home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / sourcecode / dexion / write text.s < prev   
Text File  |  1995-03-17  |  175b  |  12 lines

  1. write = -48
  2. move.l dosbase,a6
  3. move.l conhandle,d1
  4. move.l #titel,d2
  5. move.l #titelende-titel,d3
  6. jsr write(a6)
  7. rts
  8. titel: dc.b "hello this is the ddd on amiga"
  9. titelende:
  10. even
  11.  
  12.